Skip to main content

markerFilled

Type

property

Summary

Specifies whether the markers drawn at each vertex of a polygon graphic are filled or hollow.

Syntax

set the markerFilled of <graphic> to {true | false}

Description

Use the markerFilled property to change the appearance of the small shapes at each vertex of a graphic.

Irregular polygon graphics can be drawn with a marker at each vertex, whose shape is defined by the markerPoints property. If the markerFilled property is true, the marker shapes are filled with the borderPattern or borderColor. If it is false, the marker shapes are hollow.

If the style property of the graphic is not polygon or curve, the setting of its markerFilled property has no effect.

If the markerPoints property is empty or the markerDrawn property is false, the markerFilled property has no effect.

Examples

set the markerFilled of graphic 10 to false

glossary: vertex, property, appearance

keyword: polygon

object: graphic

property: borderPattern, borderColor, filled, markerDrawn, markerLineSize

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?